home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 71.zip / BS1 part 71 / X-Cad3000_d5.adf / XCdoc / defsheet < prev    next >
Text File  |  1991-11-22  |  4KB  |  116 lines

  1.  
  2.    3.2.1 DEFINE SHEET
  3.  
  4.  
  5. The DEFINE SHEET command is used to redefine the current SHEET viewport size
  6. and units.
  7.  
  8. The sheet viewport is the overall drawing area available to any X-CAD
  9. drawing, it is analogous to a sheet of paper hence the name. It is impor-
  10. tant to choose the correct sheet size as like on a conventional drawing
  11. sheet, no entities can be created or moved outside of the sheet area.
  12.  
  13. The sheet size chosen should reflect the actual size of any plotted output
  14. and not the true size of the drawing. To create a drawing that would be
  15. much larger than any workable sheet size - if drawn at full size without
  16. manual scaling - the recommended procedure is to define a viewport within
  17. the sheet to suit the particular application. As a secondary viewport may
  18. have an independent scale and independent unit types, this leads to a more
  19. intuitive way of dealing with scaled drawings.
  20.  
  21. Defining a new sheet size should always be the first command to use when
  22. creating a new drawing. Once any entities are created in the sheet viewport,
  23. the existing sheet cannot be redefined without first deleting the current
  24. drawing.
  25.  
  26. The origin of the sheet viewport is always in the bottom left-hand corner.
  27. To create a drawing with an offset origin, a secondary viewport must be
  28. defined within the sheet viewport.
  29.  
  30.  
  31.    MODIFIERS
  32.  
  33. ISO         Allows one of several predefined drawing sheet sizes to be
  34.             chosen that conform to the ISO standard. The available options
  35.             are:
  36.  
  37.                A0    1189 by 841 millimetres.
  38.                A1    841 by 594 millimetres.
  39.                A2    594 by 420 millimetres.
  40.                A3    420 by 297 millimetres.
  41.                A4    297 by 210 millimetres.
  42.  
  43.             The default units for ISO sheet sizes are millimetres. The
  44.             default orientation of the sheet is longest side horizontal.
  45.  
  46. .UNITS      Allows a choice of metric units to be used with an ISO size
  47.             sheet:
  48.  
  49.                MM    Millimetres.
  50.                CM    Centimetres.
  51.                M     Metres.
  52.  
  53. .VERTICAL   If this modifier is entered, the sheet will be oriented with
  54.             the longest side vertical.
  55.  
  56. BS          Allows one of several predefined drawing sheet sizes to be
  57.             chosen that conform to the BS standard. The available options
  58.             are:
  59.  
  60.                B1    39.5 by 27.75 inches.
  61.                B2    27.75 by 19.75 inches.
  62.                B3    19.75 by 13.87 inches.
  63.                B4    13.87 by 9.87 inches.
  64.  
  65.             The default units for BS sheet sizes are inches. The default
  66.             orientation of the sheet is longest side horizontal.
  67.  
  68. .UNITS      Allows a choice of imperial units to be used with a BS size
  69.             sheet:
  70.  
  71.                IN    Inches.
  72.                FT    Feet.
  73.  
  74. .VERTICAL   If this modifier is entered, the sheet will be oriented with
  75.             the longest side vertical.
  76.  
  77. ANSI        Allows one of several predefined drawing sheet sizes to be
  78.             chosen that conform to the ANSI standard. The available options
  79.             are:
  80.  
  81.                A     11.0 by 8.5 inches.
  82.                B     17.0 by 11.0 inches.
  83.                C     22.0 by 17.0 inches.
  84.                D     34.0 by 22.0 inches.
  85.                E     44.0 by 34.0 inches.
  86.  
  87.             The default units for ANSI size sheets are inches. The default
  88.             orientation of the sheet is longest side horizontal.
  89.  
  90. .UNITS      Allows a choice of imperial units to be used with an ANSI size
  91.             sheet:
  92.  
  93.                IN    Inches.
  94.                FT    Feet.
  95.  
  96. .VERTICAL   If this modifier is entered, the sheet will be oriented with
  97.             the longest side vertical.
  98.  
  99. CUSTOM      Allows a custom drawing sheet to be defined.
  100.  
  101. .WIDTH      A real value defining the width of the drawing sheet.
  102.  
  103. .HEIGHT     A real value defining the height of the drawing sheet.
  104.  
  105. .UNITS      Allows a choice of units to be used with the drawing sheet:
  106.  
  107.                MM    Millimetres.
  108.                CM    Centimetres.
  109.                M     Metres.
  110.                KM    Kilometres.
  111.                IN    Inches.
  112.                FT    Feet.
  113.                ML    Miles.
  114.  
  115.  
  116.